<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¦–é¡µ index */
body {
  padding-top: 0 !important;
}
.section {
  position: relative;
  /* ç¬¬ä¸€å± */
}
.section .index_bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section .index1-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.section .index1-wrap .index1-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section .index1-wrap .index1-box .title {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 0.6rem;
  color: #000000;
}
.section .index1-wrap .index1-box .text {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.25rem;
}
.section .index1-wrap .index1-box .bt {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.6rem;
  background: #AA3737;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.section .index1-wrap .index1-box .bt img {
  width: 0.25rem;
  margin-left: 0.1rem;
}
.section .index1-wrap .zc {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.6rem;
  bottom: 0.9rem;
}
.section .index1-wrap .zc img {
  height: 0.14rem;
  margin-right: 0.18rem;
}
.section .index1-wrap .zc p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.14rem;
  color: #AA3737;
  margin-right: 0.18rem;
}
.section .index1-wrap .myslide {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0.3rem;
  bottom: 0.5rem;
}
.section .index1-wrap .myslide p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.section .index1-wrap .myslide .img-box {
  height: 1.3rem;
  position: relative;
}
.section .index1-wrap .myslide .img-box .img {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  animation: fluctuate 2s infinite;
  width: 0.14rem;
}
.section .index1-wrap .myslide .img-box .img img {
  width: 0.14rem;
  margin-top: 0.12rem;
}
@keyframes fluctuate {
  0% {
    top: 15%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.section .index2-wrap {
  width: 100%;
  height: 100%;
}
.section .index2-wrap .index2-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section .index2-wrap .index2-list .item {
  width: 33.3333%;
  height: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .index2-wrap .index2-list .item:nth-child(4),
.section .index2-wrap .index2-list .item:nth-child(5) {
  width: 50%;
}
.section .index2-wrap .index2-list .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section .index2-wrap .index2-list .item .num-box {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.section .index2-wrap .index2-list .item .num {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
}
.section .index2-wrap .index2-list .item .num span {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.72rem;
  color: #FFFFFF;
}
.section .index2-wrap .index2-list .item .text {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.1rem;
}
.section .class-box {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.section .class-box .des {
  width: 8rem;
}
.section .class-box .des .title-box {
  margin-bottom: 0.85rem;
}
.section .class-box .des .title-box .title {
  display: flex;
  padding-bottom: 0.25rem;
  position: relative;
}
.section .class-box .des .title-box .title::after {
  content: '';
  width: 2.62rem;
  height: 0.01rem;
  background: #E1E1E1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section .class-box .des .title-box .title img {
  width: 0.41rem;
  margin-right: 0.2rem;
}
.section .class-box .des .title-box .title p {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.48rem;
  color: #FFFFFF;
}
.section .class-box .des .title-box .text {
  font-family: ArialMT, ArialMT;
  font-weight: normal;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}
.section .class-box .des .cn {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
  text-align: justify;
}
.section .class-box .des .en {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin-bottom: 0.4rem;
}
.section .class-box .des .bt {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;
  color: #000;
}
.section .class-box .des .bt img {
  width: 0.25rem;
  margin-left: 0.1rem;
}
.section .index4-box,
.section .index6-box {
  justify-content: flex-end;
}
.section .index8-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section .index8-wrap .index8-box {
  width: 12.66rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  opacity: 0;
}
.section .index8-wrap .index8-box .title {
  display: flex;
  align-items: flex-start;
}
.section .index8-wrap .index8-box .title img {
  width: 0.29rem;
}
.section .index8-wrap .index8-box .title p {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 0.36rem;
  color: #AA3737;
  margin-right: 0.13rem;
}
.section .index8-wrap .index8-box .input-box {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
}
.section .index8-wrap .index8-box .input-box input {
  width: 4rem;
  height: 0.49rem;
  border: 0.01rem solid #787878;
  padding: 0 0.18rem;
}
.section .index8-wrap .index8-box .bt {
  width: 1.25rem;
  height: 0.35rem;
  background: #AA3737;
  margin: 0 auto;
  margin-top: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 900px) {
  .section {
    position: relative;
    /* ç¬¬ä¸€å± */
  }
  .section .index1-wrap .index1-box {
    padding: 0 0.65rem;
  }
  .section .index1-wrap .index1-box .title {
    width: 4.7rem;
    font-size: 0.62rem;
    line-height: 0.8rem;
  }
  .section .index1-wrap .index1-box .text {
    font-size: 0.28rem;
    margin: 0.4rem 0;
  }
  .section .index1-wrap .index1-box .bt {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.79rem;
    height: 0.84rem;
    background: #AA3737;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    font-size: 0.26rem;
    color: #FFFFFF;
  }
  .section .index1-wrap .index1-box .bt img {
    width: 0.35rem;
    margin-left: 0.1rem;
  }
  .section .index1-wrap .zc {
    display: none;
  }
  .section .index1-wrap .myslide {
    display: none;
  }
  .section .index2-wrap .index2-list .item .num {
    justify-content: center;
  }
  .section .index2-wrap .index2-list .item .text {
    font-size: 0.26rem;
    margin-top: 0.3rem;
    text-align: center;
  }
  .section .class-box {
    padding-top: 1.5rem;
  }
  .section .class-box .des {
    width: 100%;
    padding: 0 0.3rem;
  }
  .section .class-box .des .title-box {
    margin-bottom: 0.4rem;
  }
  .section .class-box .des .title-box .title {
    align-items: center;
  }
  .section .class-box .des .title-box .title img {
    width: 0.41rem;
    margin-right: 0.2rem;
  }
  .section .class-box .des .title-box .title p {
    font-size: 0.52rem;
    color: #FFFFFF;
  }
  .section .class-box .des .title-box .text {
    font-size: 0.34rem;
  }
  .section .class-box .des .cn {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-bottom: 0.26rem;
  }
  .section .class-box .des .en {
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    margin-bottom: 0.26rem;
  }
  .section .class-box .des .bt {
    margin-top: 0.5rem;
    width: 2.62rem;
    height: 0.82rem;
    background: #FFFFFF;
    border-radius: 0.41rem 0.41rem 0.41rem 0.41rem;
    font-size: 0.26rem;
  }
  .section .class-box .des .bt img {
    width: 0.3rem;
    margin-left: 0.25rem;
  }
  .section .index8-wrap .index8-box {
    width: 100%;
    padding: 0 0.3rem;
    margin-bottom: 1rem;
    opacity: 0;
  }
  .section .index8-wrap .index8-box .title {
    display: flex;
    align-items: flex-start;
  }
  .section .index8-wrap .index8-box .title img {
    width: 0.39rem;
  }
  .section .index8-wrap .index8-box .title p {
    font-size: 0.52rem;
    margin-right: 0.17rem;
  }
  .section .index8-wrap .index8-box .input-box {
    margin-top: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section .index8-wrap .index8-box .input-box input {
    width: 100%;
    height: 0.88rem;
    font-size: 0.28rem;
    margin-top: 0.35rem;
  }
  .section .index8-wrap .index8-box .bt {
    width: 100%;
    height: 0.97rem;
    margin-top: 0.35rem;
    font-size: 0.32rem;
  }
}
</pre></body></html>